Fire<T> Method

Summary
Fires the specified event handler.
Syntax
C#
C++/CLI
public static void Fire<T>( 
   this EventHandler<T> eventHandler, 
   object sender, 
   T e 
) 
[ExtensionAttribute()] 
public: 
static void Firegeneric<typename T> 
(  
   EventHandler<T^>^ eventHandler, 
   Object^ sender, 
   _T^_ e 
)  
where T: EventArgs 

Parameters

eventHandler
The event handler.

sender
The sender.

e
An instance of the eventargs.

Type Parameters

T
The type of event args for the event.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.